home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / page98.pag < prev    next >
Portable Network Graphic  |  2008-10-04  |  105KB  |  817x1045  |  8-bit (256 colors)
Labels: book | hakham | sky
OCR: SECTION CHAPTER How does source code get converted? The procedure for translat- ing source code into 0s and 1s can be accomplished by compiler or an FIGURE 1-34 interpreter. A compiler converts all the statements in a program in a single compiler converts statements batch, and the resulting collection of F instructions, called object code written in high level program- placed in a new file (Figure 1-34). Most of the program files distributed ming language into object code software contain object code that is ready for the processor to execute that the processor can execute Conv.vbs Conv.exe public clas Convert 01101100001101 01000010001010 00101010010010 in fahrenheit =0 10100001010010 int celsius 1001001010010 fahrenheit 10010101000001 System.in.read () 00100110111110 System.out.print 100 ...